UniKey API Sample
===============================================================

This is an simple sample for FreeBSD.

Supported enviroments
---------------------------------------------------------------
Programming Language: C/C++
Platform: FreeBSD
APIs: all UniKey APIs, ver 2.0

Compilation notes
---------------------------------------------------------------
Please disable generic HID (human interface device) driver and 
compile the kernel to enable the change.

0 , copy UniKey.a or UniKey.so from //SDK/Libraries/FreeBSD32.C

1 , sysinstall->Distributions->src->bash and sys

2 , Find the GENERIC file under the directory of 

/usr/src/sys/i386/conf/GENERIC  (you can make a MYKERNEL file for this)

3 ,disable the option for uhid (add "#" before "option uhid")

#device          uhid                # "Human Interface Devices"
 
4. save the change
 
5. #/usr/sbin/config GENERIC        

6. #cd ../compile/GENERIC        

7. #make cleandepend   

8. #make depend   

9. #make 

10. #make install

11. reboot the system and run the sample  

Trademarks
---------------------------------------------------------------
SecuTech Solution Inc. All rights reserved.
